Now what if there are dimes, nickels, and pennies? It might help to make an organized table, of the ways of making each amount up to a dollar (maybe in multiples of 5 cents) using dimes, nickels and pennies.
Instructor Notes: Introduce the notion of recursion, and walk students through how to think about it. Help them arrive at P(n)=1; N(n)=P(n)+N(n-5); D(n)=N(n)+D(n-10) with all values being 1 for n=0 and 0 for n<0Help organize a table to illustrate how this works on a board